Demonstrates the creation of an isapi filter using atl server s support classes 说明如何使用atl server的支持类创建isapi筛选器。
Isapi filter isapi 筛选例程
If you implement an isapi filter , you can set notification options for the filter on the 并在该页上做所需的更改。如果实现isapi筛选器,可以在
Asp . net http modules are similar to isapi filters in that they run for all requests Asp . net http模块针对所有的请求运行,这与isapi筛选器类似。
Atl server does not provide direct support for isapi filters ; it only provides support for isapi extensions Atl server不提供对isapi筛选器的直接支持;它只支持isapi扩展。
You can test with iis features , such as http - based authentication , application pooling , and isapi filters 可以使用基于http的身份验证、应用程序池和isapi筛选器等iis功能进行测试。
You cannot test a file - system web site with iis features , such as http - based authentication , application pooling , and isapi filters 不能使用基于http的身份验证、应用程序池和isapi筛选器等iis功能测试文件系统网站。
For example , you may have a web application that associates a unique identifier with non - asp . net pages such as html pages or images using an isapi filter 例如,有的web应用程序可能将唯一标识符与非asp . net页(如html页或使用isapi筛选器的图像)相关联。
Microsoft has released a patch that eliminates a vulnerability in the ssl isapi filter that ships with microsoft internet information server and is used by other microsoft products Microsoft发布了一个补丁程序用于消除ssl isapi筛选器漏洞,其附带于microsoft internet information server并用于其它microsoft
If your custom session - id manager supports cookieless session identifiers , you will need to implement a solution for sending and retrieving session identifiers in the url , such as an isapi filter 如果您的自定义会话标识符管理器支持无cookie会话标识符,您必须实施一项在url中发送和检索会话标识符的解决方案,例如isapi筛选器。